From 33ed1db3404dc201e54347fbb2f6f49d8c198001 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Wed, 4 Oct 2006 21:09:01 +0000 Subject: [PATCH] Change my (Olaf's) reference e-mail address. --- AUTHORS | 2 +- axim_gpb.c | 2 +- bcr.c | 2 +- cet.c | 2 +- cet.h | 2 +- cet_util.c | 2 +- cet_util.h | 2 +- compegps.c | 2 +- cst.c | 2 +- dmtlog.c | 2 +- garmin_fs.c | 2 +- garmin_fs.h | 2 +- garmin_txt.c | 2 +- gdb.c | 2 +- ignrando.c | 2 +- inifile.c | 2 +- inifile.h | 2 +- mag_pdb.c | 2 +- msroute.c | 2 +- nmn4.c | 2 +- pathaway.c | 2 +- stmsdf.c | 2 +- stmwpp.c | 2 +- tef_xml.c | 2 +- trackfilter.c | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/AUTHORS b/AUTHORS index 25e8de20a..1c8b9d665 100644 --- a/AUTHORS +++ b/AUTHORS @@ -7,7 +7,7 @@ Chief Babel-Head: Major contributors: * Alex Mottram -* Olaf Klein +* Olaf Klein * Ronald L. Parker Other contributors and helpers: diff --git a/axim_gpb.c b/axim_gpb.c index c3383a085..398fe3788 100644 --- a/axim_gpb.c +++ b/axim_gpb.c @@ -2,7 +2,7 @@ Track reader for "Dell Axim Navigation System" GPB files, - Copyright (C) 2006 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2006 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bcr.c b/bcr.c index b1a9c8dd5..657d21733 100644 --- a/bcr.c +++ b/bcr.c @@ -2,7 +2,7 @@ Support for Motorrad Routenplaner (Map&Guide) .bcr files. - Copyright (C) 2005-2006 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2005-2006 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/cet.c b/cet.c index ff9dc0e5e..abc8b64b6 100644 --- a/cet.c +++ b/cet.c @@ -2,7 +2,7 @@ Character encoding transformation - basics - Copyright (C) 2005 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2005 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/cet.h b/cet.h index aaf60f3d0..fdc702623 100644 --- a/cet.h +++ b/cet.h @@ -2,7 +2,7 @@ Character encoding transformation - basics header - Copyright (C) 2005 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2005 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/cet_util.c b/cet_util.c index 956d5e6f0..ad9b68f6f 100644 --- a/cet_util.c +++ b/cet_util.c @@ -2,7 +2,7 @@ Character encoding transformation - utilities - Copyright (C) 2005 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2005 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/cet_util.h b/cet_util.h index 806df203e..9a010a459 100644 --- a/cet_util.h +++ b/cet_util.h @@ -2,7 +2,7 @@ Character encoding transformation - utilities header - Copyright (C) 2005 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2005 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/compegps.c b/compegps.c index 1de2ef150..3e18eb2d0 100644 --- a/compegps.c +++ b/compegps.c @@ -2,7 +2,7 @@ Support for CompeGPS waypoint (.wpt), route (.rte) and track (.trk) files, - Copyright (C) 2005 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2005 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/cst.c b/cst.c index a42f4ffdd..34f9b44d4 100644 --- a/cst.c +++ b/cst.c @@ -2,7 +2,7 @@ Support for CarteSurTable data file, - Copyright (C) 2005 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2005 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/dmtlog.c b/dmtlog.c index e2796dce5..05d70b055 100644 --- a/dmtlog.c +++ b/dmtlog.c @@ -2,7 +2,7 @@ Support for TrackLogs digital mapping (.trl) files, - Copyright (C) 2006 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2006 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/garmin_fs.c b/garmin_fs.c index e409982bc..b22621ea3 100644 --- a/garmin_fs.c +++ b/garmin_fs.c @@ -2,7 +2,7 @@ Implementation of special data used by Garmin products. - Copyright (C) 2006 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2006 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/garmin_fs.h b/garmin_fs.h index 672d3e1c1..123525123 100644 --- a/garmin_fs.h +++ b/garmin_fs.h @@ -2,7 +2,7 @@ Implementation of special data used by Garmin products. - Copyright (C) 2006 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2006 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/garmin_txt.c b/garmin_txt.c index 442db7a3a..9de5d56e7 100644 --- a/garmin_txt.c +++ b/garmin_txt.c @@ -2,7 +2,7 @@ Support for MapSource Text Export (Tab delimited) files. - Copyright (C) 2006 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2006 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gdb.c b/gdb.c index d01d8997d..7a2f0d1cb 100644 --- a/gdb.c +++ b/gdb.c @@ -1,7 +1,7 @@ /* Garmin GPS Database Reader/Writer - Copyright (C) 2005 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2005 Olaf Klein, o.b.klein@gpsbabel.org Mainly based on mapsource.c, Copyright (C) 2005 Robert Lipe, robertlipe@usa.net diff --git a/ignrando.c b/ignrando.c index 382660cef..98b449bfa 100644 --- a/ignrando.c +++ b/ignrando.c @@ -2,7 +2,7 @@ Support for IGN Rando track files, - Copyright (C) 2005 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2005 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/inifile.c b/inifile.c index 08a669e04..8a9f57b60 100644 --- a/inifile.c +++ b/inifile.c @@ -1,7 +1,7 @@ /* Library for inifile like data files. - Copyright (C) 2006 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2006 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/inifile.h b/inifile.h index 077c3ec19..560727732 100644 --- a/inifile.h +++ b/inifile.h @@ -1,7 +1,7 @@ /* Library for inifile like data files. - Copyright (C) 2006 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2006 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/mag_pdb.c b/mag_pdb.c index 1b4ff54c7..441ba6924 100644 --- a/mag_pdb.c +++ b/mag_pdb.c @@ -3,7 +3,7 @@ Support of Palm/OS files from Map&Guide based products like "PowerRoute" 5+6, "Motorrad Routenplaner" - Copyright (C) 2005 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2005 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/msroute.c b/msroute.c index a616b5852..3d90b917d 100644 --- a/msroute.c +++ b/msroute.c @@ -2,7 +2,7 @@ Support for Microsoft AutoRoute 2002 ".axe" files, - Copyright (C) 2005 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2005 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/nmn4.c b/nmn4.c index 006abe62c..e608e373c 100644 --- a/nmn4.c +++ b/nmn4.c @@ -2,7 +2,7 @@ Support for Navigon Mobile Navigator .rte files. - Copyright (C) 2005 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2005 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/pathaway.c b/pathaway.c index 5aa57ed52..231b7a329 100644 --- a/pathaway.c +++ b/pathaway.c @@ -1,6 +1,6 @@ /* Support for PathAway Palm Database, - Copyright (C) 2005-2006 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2005-2006 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stmsdf.c b/stmsdf.c index e0f73e44c..db0220458 100644 --- a/stmsdf.c +++ b/stmsdf.c @@ -1,7 +1,7 @@ /* Support for Suunto Trackmanager SDF format, - Copyright (C) 2005-2006 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2005-2006 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stmwpp.c b/stmwpp.c index 8237bdee1..288b21117 100644 --- a/stmwpp.c +++ b/stmwpp.c @@ -3,7 +3,7 @@ Support for "Suunto Trek Manager" (STM) WaypointPlus files, see homepage "http://www.suunto.fi" for more details, - Copyright (C) 2005 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2005 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tef_xml.c b/tef_xml.c index 0fa364a66..3112d5fc5 100644 --- a/tef_xml.c +++ b/tef_xml.c @@ -2,7 +2,7 @@ Support for XML based "TourExchangeFormat", found in Map & Guide Motorrad-Tourenplaner 2005/06 - Copyright (C) 2005 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2005 Olaf Klein, o.b.klein@gpsbabel.org Based on kml.c, Keyhole "kml" format. Copyright (C) 2005 Robert Lipe, robertlipe@usa.net diff --git a/trackfilter.c b/trackfilter.c index f54ced1df..a5edc2870 100644 --- a/trackfilter.c +++ b/trackfilter.c @@ -2,7 +2,7 @@ Track manipulation filter - Copyright (C) 2005 Olaf Klein, o.b.klein@t-online.de + Copyright (C) 2005 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- 2.30.2